home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00414_Script_414 < prev    next >
Text File  |  1995-06-08  |  390b  |  13 lines

  1. on enterFrame
  2.   set the cursor of sprite 30 to [900, 901]
  3.   set the cursor of sprite 31 to [900, 901]
  4.   set the cursor of sprite 32 to [900, 901]
  5.   set the cursor of sprite 33 to [900, 901]
  6.   set the cursor of sprite 34 to [900, 901]
  7.   set the cursor of sprite 35 to [900, 901]
  8. end
  9.  
  10. on exitFrame
  11.   if not soundBusy(1) then sound playFile 1,"system\scrncams.wav"
  12.   go to "W2"
  13. end